object EnterKeyForm: TEnterKeyForm Left = 257 Top = 192 BorderStyle = bsDialog Caption = 'Registration' ClientHeight = 192 ClientWidth = 360 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 64 Width = 87 Height = 13 Caption = 'Registration name' end object Label2: TLabel Left = 16 Top = 108 Width = 78 Height = 13 Caption = 'Registration key' end object JvLinkLabel1: TJvLinkLabel Left = 64 Top = 11 Width = 273 Height = 39 Caption = 'Please enter the registration data provided to you after the pur' + 'chase process. If you have not bought the program yet, cli' + 'ck this link to buy it online.' Text.Strings = ( 'Please enter the registration data provided to you after the pur' + 'chase process. If you have not bought the program yet, cli' + 'ck this link to buy it online.') Transparent = False Layout = tlTop LinkColor = clBlue LinkColorClicked = clRed LinkColorHot = clPurple LinkStyle = [fsUnderline] HotLinks = False AutoHeight = True MarginWidth = 0 MarginHeight = 0 OnLinkClick = JvLinkLabel1LinkClick end object Image1: TImage Left = 8 Top = 8 Width = 48 Height = 48 Center = True Picture.Data = {} Transparent = True end object Edit1: TEdit Left = 16 Top = 80 Width = 331 Height = 24 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Courier New' Font.Style = [] ParentFont = False TabOrder = 0 OnChange = Edit2Change end object Edit2: TEdit Left = 16 Top = 124 Width = 331 Height = 24 CharCase = ecUpperCase Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Courier New' Font.Style = [] ParentFont = False TabOrder = 1 OnChange = Edit2Change end object btnOK: TButton Left = 192 Top = 160 Width = 75 Height = 25 Caption = 'OK' Default = True Enabled = False ModalResult = 1 TabOrder = 2 end object btnCancel: TButton Left = 272 Top = 160 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end end